Platform Explorer / Nuxeo Platform 5.8

Operation Suggestion.JSF.NavigateToGroup (Suggestion handler for navigation to group view)

Description

Handles JSF navigation given a GroupSuggestion as input.
Operation id Suggestion.JSF.NavigateToGroup
Category User Interface
Label Suggestion handler for navigation to group view
Requires
Since

Parameters

No parameters.

Signature

Inputs object
Outputs object

Implementation Information

Implementation Class Class: org.nuxeo.ecm.platform.suggestbox.handlers.NavigateToGroupSuggestionHandler
Contributing Component org.nuxeo.ecm.platform.suggestbox.core.defaultSuggestionHandlers

JSON Definition

{
  "id" : "Suggestion.JSF.NavigateToGroup",
  "label" : "Suggestion handler for navigation to group view",
  "category" : "User Interface",
  "requires" : null,
  "description" : "Handles JSF navigation given a GroupSuggestion as input.",
  "url" : "Suggestion.JSF.NavigateToGroup",
  "signature" : [ "object", "object" ],
  "params" : [ ]
}